Theorems about Time.monthLengths
properties #
Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Verify.MonthLength.Notation.monthIfEq_ = Lean.ParserDescr.node `Verify.MonthLength.Notation.monthIfEq_ 1022 (Lean.ParserDescr.const `num)
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Relation of Date to Time.monthLengths
list.
Equations
- Verify.MonthLength.monthLengthsOfDate m dt = (m ∈ Time.monthLengths (Time.isLeapYear dt.Year) ∧ m.fst = dt.Month.val ∧ dt.Day.val ≤ m.snd)
Instances For
def
Verify.MonthLength.monthLengths_of_date
(dt : Time.Date)
:
{ m : Nat × Nat // Verify.MonthLength.monthLengthsOfDate m dt }
Build relation of Date to Time.monthLengths
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
theorem
Verify.MonthLength.month_11_if_eq
{ml : Nat × Nat}
(isLeap : Bool)
(h : ml ∈ Time.monthLengths isLeap)
: