pith. machine review for the scientific record. sign in
lemma

pressure_eq_proxy

proved
show as:
view math explainer →
module
IndisputableMonolith.Flight.Pressure
domain
Flight
line
59 · github
papers citing
none yet

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Flight.Pressure on GitHub at line 59.

browse module

All declarations in this module, on Recognition.

explainer page

Tracked in the explainer inventory; generation is lazy so crawlers do not trigger LLM jobs.

open explainer

depends on

formal source

  56  pressure_eq : ∀ S, pressure S = pressureProxy P S
  57
  58/-- Convenience lemma: once the hypothesis holds, we can rewrite pressure to the proxy. -/
  59lemma pressure_eq_proxy (P : PressureParams) [H : PressureDropFromVorticity P] (S : MediumState) :
  60    H.pressure S = pressureProxy P S :=
  61  H.pressure_eq S
  62
  63end Pressure
  64end Flight
  65end IndisputableMonolith
  66