Expressing x is a Real Number and Not 1: Quick Notation Guide

  • Context: Undergrad 
  • Thread starter Thread starter Char. Limit
  • Start date Start date
  • Tags Tags
    Notation
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Char. Limit
Gold Member
Messages
1,222
Reaction score
23
I was wondering how to express "x is a real number and not 1". What's the best way to express this? Right now I'm using...

[tex]x \epsilon \mathbb{R} \wedge x \neq 1[/tex]

But I'm sure there's a better way.
 
Physics news on Phys.org
Char. Limit said:
I was wondering how to express "x is a real number and not 1". What's the best way to express this? Right now I'm using...

[tex]x \epsilon \mathbb{R} \wedge x \neq 1[/tex]

But I'm sure there's a better way.

Use the notation x = R \ {1}
 
chiro said:
Use the notation x = R \ {1}

Got it, thanks!