def
definition
def or abbrev
multiChannelJCostCert
show as:
view Lean formalization →
formal statement (Lean)
79def multiChannelJCostCert : MultiChannelJCostCert where
80 nonneg := Jcost_n_nonneg
proof body
Definition body.
81 zero_iff := Jcost_n_zero_iff
82 at_ones := fun _ => Jcost_n_at_ones
83 symm := Jcost_n_symm
84
85end IndisputableMonolith.Foundation.MultiChannelJCost