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

paramsKernel_verified_any

proved
show as:
view math explainer →
module
IndisputableMonolith.ILG.ParamsKernel
domain
ILG
line
11 · github
papers citing
none yet

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.ILG.ParamsKernel on GitHub at line 11.

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

   8def ParamsKernelVerified (P : Params) : Prop :=
   9  ParamProps P
  10
  11@[simp] lemma paramsKernel_verified_any (P : Params) (h : ParamProps P) : ParamsKernelVerified P := h
  12
  13
  14end ILG
  15end IndisputableMonolith