Metamath Proof Explorer


Theorem sotrd

Description: Transitivity law for strict orderings, deduction form. (Contributed by Scott Fenton, 24-Nov-2021)

Ref Expression
Hypotheses sotrd.1 ⊢ φ → R Or A
sotrd.2 ⊢ φ → X ∈ A
sotrd.3 ⊢ φ → Y ∈ A
sotrd.4 ⊢ φ → Z ∈ A
sotrd.5 ⊢ φ → X R Y
sotrd.6 ⊢ φ → Y R Z
Assertion sotrd ⊢ φ → X R Z

Proof

Step Hyp Ref Expression
1 sotrd.1 ⊢ φ → R Or A
2 sotrd.2 ⊢ φ → X ∈ A
3 sotrd.3 ⊢ φ → Y ∈ A
4 sotrd.4 ⊢ φ → Z ∈ A
5 sotrd.5 ⊢ φ → X R Y
6 sotrd.6 ⊢ φ → Y R Z
7 sotr ⊢ R Or A ∧ X ∈ A ∧ Y ∈ A ∧ Z ∈ A → X R Y ∧ Y R Z → X R Z
8 1 2 3 4 7 syl13anc ⊢ φ → X R Y ∧ Y R Z → X R Z
9 5 6 8 mp2and ⊢ φ → X R Z