IndisputableMonolith.Gravity.Analysis.RecognitionDualEntryEnrichment4DAudit
IndisputableMonolith/Gravity/Analysis/RecognitionDualEntryEnrichment4DAudit.lean · 42 lines · 0 declarations
show as:
view math explainer →
1import IndisputableMonolith.Gravity.Analysis.RecognitionDualEntryEnrichment4D
2import IndisputableMonolith.Gravity.Analysis.RecognitionMeshDualEntryCoupling4D
3
4/-!
5# Axiom audit: Wave B R3+R4 dual-entry enrichment and mesh coupling
6
7Headline theorems must print within
8`[propext, Classical.choice, Quot.sound]`.
9-/
10
11open IndisputableMonolith.Gravity.Analysis.RecognitionDualEntryEnrichment4D
12open IndisputableMonolith.Gravity.Analysis.RecognitionMeshDualEntryCoupling4D
13
14#check DualEntryStrainState
15#check DualEntryStrainState.ofLedger
16#check DualEntryStrainState.phi_ofLedger
17#check enrichedWitness
18#check enrichedWitness_eq_ofLedger
19#check extract_not_bare_factorable
20#check typedResidual_signed_source_enrichment_schema_closed
21#check meshDualEntrySource_eq
22#check meshDualEntryCoupling
23#check mesh_recognition_ratio_derived
24#check typedResidual_DeficitSourceConstitutiveCoupling_from_enrichment_closed
25#check decoy_magnitude_only_ne_mesh_geometricDeficit
26
27#print axioms extract_not_bare_factorable
28#print axioms DualEntryStrainState.toBare_swap
29#print axioms DualEntryStrainState.phi_ofLedger
30#print axioms enrichedWitness_eq_ofLedger
31#print axioms enrichedWitness_toBare
32#print axioms toBare_not_injective
33#print axioms bare_factorable_is_swap_even
34#print axioms typedResidual_signed_source_enrichment_schema_closed
35#print axioms meshDualEntrySource_eq
36#print axioms mesh_recognition_ratio_derived
37#print axioms typedResidual_DeficitSourceConstitutiveCoupling_from_enrichment_closed
38#print axioms decoy_magnitude_only_ne_mesh_geometricDeficit
39#print axioms adversarial_decoys_mesh_dual_entry
40#print axioms recognitionDualEntryEnrichment4DStatus_flags
41#print axioms recognitionMeshDualEntryCoupling4DStatus_flags
42