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)
52theorem prefer_comp_mono (M : CostModel A) (C : Composable M)
53 {a₁ a₂ b₁ b₂ : A}
54 (ha : Prefer M a₁ a₂) (hb : Prefer M b₁ b₂) :
55 Prefer M (C.comp a₁ b₁) (C.comp a₂ b₂) := by
proof body
Term-mode proof.
56 dsimp [Prefer] at ha hb ⊢
57 exact C.mono a₁ a₂ b₁ b₂ ha hb
58
59/-- Composition preserves improvement. -/
depends on (13)
Lean names referenced from this declaration's body.
-
comp
in IndisputableMonolith.Algebra.CostAlgebra
decl_use
-
Composable
in IndisputableMonolith.Ethics.CostModel
decl_use
-
CostModel
in IndisputableMonolith.Ethics.CostModel
decl_use
-
Prefer
in IndisputableMonolith.Ethics.CostModel
decl_use
-
comp
in IndisputableMonolith.Foundation.ArithmeticOf
decl_use
-
Composition
in IndisputableMonolith.Foundation.CostAxioms
decl_use
-
A
in IndisputableMonolith.Foundation.IntegrationGap
decl_use
-
A
in IndisputableMonolith.Masses.Anchor
decl_use
-
A
in IndisputableMonolith.Modal.Actualization
decl_use
-
M
in IndisputableMonolith.Recognition
decl_use
-
M
in IndisputableMonolith.Recognition.Cycle3
decl_use
-
comp
in IndisputableMonolith.RRF.Core.Octave
decl_use
-
comp
in IndisputableMonolith.RRF.Foundation.VantageCategory
decl_use