Theorems · Theorem · order theory
Acc.prod_gameAdd
∀ {α : Type u_1} {β : Type u_2} {rα : α → α → Prop} {rβ : β → β → Prop} {a : α} {b : β},
Acc rα a → Acc rβ b → Acc (Prod.GameAdd rα rβ) (a, b)If a is accessible under rα and b is accessible under rβ, then (a, b) is
accessible under Prod.GameAdd rα rβ. Notice that Prod.lexAccessible requires the
stronger condition ∀ b, Acc rβ b.
- Defined in
- Mathlib.Order.GameAdd
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 7 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Prod.GameAddstatement and proof · cited by 18
- Prod.GameAdd.casesOnproof · cited by 3
Cited by3
Results whose statement or proof uses this declaration.
- Relation.acc_of_singletonproof · cited by 2
- WellFounded.prod_gameAddproof · cited by 1
- DFinsupp.Lex.acc_of_single_eraseproof · cited by 1