Theorems · Theorem · order theory
Prod.GameAdd.recursion_eq
∀ {α : Type u_1} {β : Type u_2} {rα : α → α → Prop} {rβ : β → β → Prop} {C : α → β → Sort u_3} (hα : WellFounded rα)
(hβ : WellFounded rβ)
(IH : (a₁ : α) → (b₁ : β) → ((a₂ : α) → (b₂ : β) → Prod.GameAdd rα rβ (a₂, b₂) (a₁, b₁) → C a₂ b₂) → C a₁ b₁) (a : α)
(b : β), Prod.GameAdd.recursion hα hβ IH a b = IH a b fun a' b' x => Prod.GameAdd.recursion hα hβ IH a' b'- Defined in
- Mathlib.Order.GameAdd
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 10 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
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.recursionstatement · cited by 3
- WellFounded.prod_gameAddproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- Prod.GameAdd.fix_eqproof · cited by 0