pith. machine review for the scientific record. sign in
def definition def or abbrev

trivial

show as:
view Lean formalization →

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)

1389def trivial {H : UniformBoundsHypothesis} (HC : ConvergenceHypothesis H) :
1390    IdentificationHypothesis HC :=

proof body

Definition body.

1391  { IsSolution := fun _ => True
1392    isSolution := by trivial }
1393
1394/-- Concrete (but still minimal) identification: define `IsSolution u` to mean the limit coefficients
1395are uniformly bounded by the Galerkin bound `H.B` for `t ≥ 0`.
1396
1397This is **provable** from `UniformBoundsHypothesis` + modewise convergence (no extra analytic input),
1398via `ConvergenceHypothesis.coeff_bound_of_uniformBounds`.
1399-/

depends on (15)

Lean names referenced from this declaration's body.