In order to define orientation on a line, my textbook defines half-line as the set of points that are on the same side of a given point on the line. Then, they define the relation of "pointing in the same direction" on the set of half-lines of a given line. They point in the same direction if one is subset of the other. Now, the orientation of a line is just one of two elements of the factor set. But while proving that relation is equivalence relation, they skipped the part that it is transitive. They say that if $a, b$ and $c$ are half-lines, then from $a\subset b$ and $c\subset b$ follows that $a\subset c$ or $c\subset a$, but they don't prove it, which is essentially the reason why it's transitive. I tried proving it using definition but can't work it out. It seems that I need to suppose the order of the points on the line and there is just too many cases. So the question is, how to prove that given relation is transitive ?
2026-02-23 15:14:06.1771859646
Orientation on a line and equivalence relation
131 Views Asked by user748736 https://math.techqa.club/user/user748736/detail At
1
There are 1 best solutions below
Related Questions in GEOMETRY
- Point in, on or out of a circle
- Find all the triangles $ABC$ for which the perpendicular line to AB halves a line segment
- How to see line bundle on $\mathbb P^1$ intuitively?
- An underdetermined system derived for rotated coordinate system
- Asymptotes of hyperbola
- Finding the range of product of two distances.
- Constrain coordinates of a point into a circle
- Position of point with respect to hyperbola
- Length of Shadow from a lamp?
- Show that the asymptotes of an hyperbola are its tangents at infinity points
Related Questions in EQUIVALENCE-RELATIONS
- Relations of equivalence...
- Number of subsets, relations etc of a set
- Number of possible equivalence relations
- Why is $p(z) = \frac{e^z}{1 + e^z} \color{red}{\equiv} \frac{1}{1 + e^{-z}}$ and not $=$?
- Simple question about relations
- Total number of equivalence class for a set
- Is this an equivalence relation and explaination?
- Partition of a set identified by a equivalence relation
- Define an equivalence relation on $\{ 1,2,3,4 \}^2$ by: (, )(, ) if ⋅ = ⋅ . How many equivalence classes are there?
- Prove that $\sum_{i=1}^n\lvert[a_i]\rvert$ is even iff $n$ is even
Related Questions in AXIOMATIC-GEOMETRY
- Is there a finite axiomatization of Tarski's geometry axioms?
- Playfair's Axiom for parallel planes instead of lines
- It is possible to prove that there are infinitely many points in space in Hilber'ts axiomatization of geometry?
- Hilbert axioms (groups I and II) and first theorem
- Does the Archimedean axiom guarantee a monotone and additive metric?
- Independency of Hilbert system's axioms
- A confusion about the second connection axiom of Euclidean Geometry
- How can affine plane extended of projective plane?
- Showing a Projective Plane has 7 Points and 6 Lines
- What's the need for Hilbert's 7th axiom of incidence?
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
One way to do this is to first prove the equivalence:
Given halflines $a,b$ contained in the same line with origins $A,B$ respectively such that $A\neq B$ : $$a\subset b \iff ( A\in b \wedge B\notin a)$$
Having proven this we can continue your case like this:
Assume $a\subset b, c\subset b$. If $A=B$ or $C=B$, we are done. Assume $A\neq B,C\neq B$. By the equivalence above $$ A\in b \wedge B\notin a \wedge C\in b \wedge B\notin c$$ Since $A,C$ belong to the same halfline with origin $B$: $$B-A-C \vee A=C \vee B-C-A$$ ($P-Q-R$ means that $Q$ lies between $P$ and $R$)
In the first case $B-A-C$ from $B\notin a$ we get $C\in a$ and from $B\notin c$ we get $A\notin c$. Hence, again by the equivalence $c\subset a$.
In the second case, $c=a$.
In the third case, we get $a\subset c$ (very similarly as in case 1)