recognition /
RRF /
RRF.Core.DisplayChannel /
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)
48 abbrev QualityEquiv {State Obs₁ Obs₂ : Type*}
49 (C₁ : DisplayChannel State Obs₁)
50 (C₂ : DisplayChannel State Obs₂) : Prop :=
proof body
Definition body.
51 ∀ x y : State, C₁.stateQuality x ≤ C₁.stateQuality y ↔
52 C₂.stateQuality x ≤ C₂.stateQuality y
53
54 namespace QualityEquiv
55
56 variable {State Obs₁ Obs₂ Obs₃ : Type*}
57
used by (6)
From the project-wide theorem graph. These declarations reference this one in their body.
optimal_iff
in IndisputableMonolith.RRF.Core.DisplayChannel
decl_use
refl
in IndisputableMonolith.RRF.Core.DisplayChannel
decl_use
symm
in IndisputableMonolith.RRF.Core.DisplayChannel
decl_use
trans
in IndisputableMonolith.RRF.Core.DisplayChannel
decl_use
ChannelEquiv
in IndisputableMonolith.RRF.Core.Glossary
decl_use
optimal_transfer
in IndisputableMonolith.RRF.Theorems.OrderPreservation
decl_use
depends on (4)
Lean names referenced from this declaration's body.
State
in IndisputableMonolith.ClassicalBridge.Fluids.CPM2D
decl_use
State
in IndisputableMonolith.NavierStokes.DiscreteVorticity
decl_use
DisplayChannel
in IndisputableMonolith.RRF.Core.DisplayChannel
decl_use
stateQuality
in IndisputableMonolith.RRF.Core.DisplayChannel
decl_use