pith. sign in

IndisputableMonolith.Experimental.DAMAModulationStructure

IndisputableMonolith/Experimental/DAMAModulationStructure.lean · 22 lines · 3 declarations

show as:
view math explainer →

open module explainer GitHub source

Explainer status: ready · generated 2026-05-16 07:22:26.841530+00:00

   1import Mathlib
   2import IndisputableMonolith.Experimental.ANITAUpgoingStructure
   3
   4namespace IndisputableMonolith
   5namespace Experimental
   6namespace DAMAModulationStructure
   7
   8open ANITAUpgoingStructure
   9
  10def dama_modulation_from_ledger : Prop := anita_upgoing_from_ledger
  11
  12theorem dama_modulation_structure : dama_modulation_from_ledger := anita_upgoing_structure
  13
  14/-- DAMA-modulation structure implies ANITA-upgoing structural input. -/
  15theorem dama_implies_anita (h : dama_modulation_from_ledger) :
  16    anita_upgoing_from_ledger :=
  17  h
  18
  19end DAMAModulationStructure
  20end Experimental
  21end IndisputableMonolith
  22

source mirrored from github.com/jonwashburn/shape-of-logic