lemma
proved
term proof
ballP_mono
No prose has been written for this declaration yet. The Lean source and graph data below render
without it.
generate prose now
formal statement (Lean)
14lemma ballP_mono {K : Kinematics α} {x : α} {n m : Nat}
15 (hnm : n ≤ m) : {y | ballP K x n y} ⊆ {y | ballP K x m y} := by
proof body
Term-mode proof.
16 induction hnm with
17 | refl => intro y hy; simpa using hy
18 | @step m hm ih =>
19 intro y hy
20 exact Or.inl (ih hy)
21
used by (3)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (12)
Lean names referenced from this declaration's body.
-
ballP
in IndisputableMonolith.Causality.BallP
decl_use
-
Kinematics
in IndisputableMonolith.Causality.Basic
decl_use
-
ballP
in IndisputableMonolith.Causality.ConeBound
decl_use
-
Kinematics
in IndisputableMonolith.Causality.ConeBound
decl_use
-
ballP
in IndisputableMonolith.Causality.Reach
decl_use
-
ballP_mono
in IndisputableMonolith.Causality.Reach
decl_use
-
Kinematics
in IndisputableMonolith.Causality.Reach
decl_use
-
step
in IndisputableMonolith.Complexity.CellularAutomata
decl_use
-
K
in IndisputableMonolith.Constants
decl_use
-
K
in IndisputableMonolith.Constants.LambdaRecDerivation
decl_use
-
Kinematics
in IndisputableMonolith.LedgerUniqueness
decl_use
-
Kinematics
in IndisputableMonolith.LightCone.StepBounds
decl_use