Mathlib Map

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 and b is accessible under , 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.

Cited by3

Results whose statement or proof uses this declaration.