HomeHome Metamath Proof Explorer < Previous   Next >
Related theorems
Unicode version

Theorem itlso 2858
Description: A irreflexive, transitive, linear relation is a strict ordering.
Hypotheses
Ref Expression
itlso.1 |- (x e. A -> -. xRx)
itlso.2 |- ((x e. A /\ y e. A /\ z e. A) -> ((xRy /\ yRz) -> xRz))
itlso.3 |- ((x e. A /\ y e. A) -> (xRy \/ x = y \/ yRx))
Assertion
Ref Expression
itlso |- R Or A
Distinct variable groups:   x,y,z,R   x,A,y,z

Proof of Theorem itlso
StepHypRef Expression
1 df-so 2845 . 2 |- (R Or A <-> (R Po A /\ A.x e. A A.y e. A (xRy \/ x = y \/ yRx)))
2 itlso.1 . . . . . 6 |- (x e. A -> -. xRx)
323ad2ant1 799 . . . . 5 |- ((x e. A /\ y e. A /\ z e. A) -> -. xRx)
4 itlso.2 . . . . 5 |- ((x e. A /\ y e. A /\ z e. A) -> ((xRy /\ yRz) -> xRz))
53, 4jca 288 . . . 4 |- ((x e. A /\ y e. A /\ z e. A) -> (-. xRx /\ ((xRy /\ yRz) -> xRz)))
65rgen3 1721 . . 3 |- A.x e. A A.y e. A A.z e. A (-. xRx /\ ((xRy /\ yRz) -> xRz))
7 df-po 2835 . . 3 |- (R Po A <-> A.x e. A A.y e. A A.z e. A (-. xRx /\ ((xRy /\ yRz) -> xRz)))
86, 7mpbir 190 . 2 |- R Po A
9 itlso.3 . . 3 |- ((x e. A /\ y e. A) -> (xRy \/ x = y \/ yRx))
109rgen2a 1696 . 2 |- A.x e. A A.y e. A (xRy \/ x = y \/ yRx)
111, 8, 10mpbir2an 729 1 |- R Or A
Colors of variables: wff set class
Syntax hints:  -. wn 2   -> wi 3   /\ wa 223   \/ w3o 773   /\ w3a 774   = wceq 954   e. wcel 956  A.wral 1642   class class class wbr 2614   Po wpo 2833   Or wor 2834
This theorem is referenced by:  so 2859  ltsopr 5116
This theorem was proved from axioms:  ax-1 4  ax-2 5  ax-3 6  ax-mp 7  ax-7 960  ax-gen 961  ax-8 962  ax-10 964  ax-12 966  ax-17 969  ax-4 971  ax-5o 973  ax-6o 976  ax-9o 1121  ax-10o 1138  ax-11o 1216  ax-ext 1457
This theorem depends on definitions:  df-bi 147  df-an 225  df-3an 776  df-ex 979  df-sb 1170  df-cleq 1467  df-clel 1470  df-ral 1646  df-po 2835  df-so 2845
Copyright terms: Public domain