recognition /
RecogGeom /
RecogGeom.Composition /
explainer
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)
114 def quotientMapLeft (r₁ : Recognizer C E₁) (r₂ : Recognizer C E₂) :
115 RecognitionQuotient (r₁ ⊗ r₂) → RecognitionQuotient r₁ :=
proof body
Definition body.
116 Quotient.lift (recognitionQuotientMk r₁) (fun c₁ c₂ h =>
117 (quotientMk_eq_iff r₁).mpr (composite_refines_left r₁ r₂ h))
118
119 /-- There is a natural map from the composite quotient to the r₂ quotient -/
used by (5)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (10)
Lean names referenced from this declaration's body.
is
in IndisputableMonolith.Foundation.OptionAEmpiricalProgram
decl_use
from
in IndisputableMonolith.Foundation.PrimitiveDistinction
decl_use
is
in IndisputableMonolith.Foundation.SimplicialLedger.EdgeLengthFromPsi
decl_use
is
in IndisputableMonolith.GameTheory.MechanismDesignFromSigma
decl_use
is
in IndisputableMonolith.Mathematics.RamanujanBridge.MockThetaPhantom
decl_use
map
in IndisputableMonolith.Measurement.RSNative.Core
decl_use
composite_refines_left
in IndisputableMonolith.RecogGeom.Composition
decl_use
quotientMk_eq_iff
in IndisputableMonolith.RecogGeom.Quotient
decl_use
RecognitionQuotient
in IndisputableMonolith.RecogGeom.Quotient
decl_use
recognitionQuotientMk
in IndisputableMonolith.RecogGeom.Quotient
decl_use