Skip to content

Commit

Permalink
Comment out some unfinished code
Browse files Browse the repository at this point in the history
  • Loading branch information
valis committed Oct 18, 2024
1 parent 6093ec9 commit 8f92f9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Analysis/Measure/OuterMeasureRing.ard
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
| norm_negative => pmap norm neative=id
| norm_+ => rewrite +_diff $ norm-outer-measure LowerRealAbMonoid.<=∘ LowerRealAbMonoid.<=_+ (norm-outer-mono diff_<=) (norm-outer-mono diff_<=)

-- TODO: Replace with relative completion
\class ExtendedMeasure \noclassifying (R : LowerPseudoNormedAbGroup) (M : PseudoPremeasureRing) (inc : AddGroupHom M R) (comp : \Pi (a : M) -> norm a LowerRealAbMonoid.<= norm (inc a)) {
\func IsMeasurable (a : R) : \Prop
=> ∃ (F : ProperFilter M) (R.IsFilterLimit (SetFilter-map inc F) a)
Expand Down Expand Up @@ -93,6 +94,7 @@
| isCauchyFilter {C} => measurable-cauchy (filter-limit-cauchy al) {C}
} \in (CompleteCoverSpace.filter-point CF, inP (F, al, CompleteCoverSpace.filter-point-limit))

{-
\lemma measurable-closed {a b c : R} (op : M -> M -> M) (am : IsMeasurable a) (bm : IsMeasurable b) : IsMeasurable c \elim am, bm
| inP (F,Fa), inP (G,Gb) =>
\let H : ProperFilter M => \new ProperFilter {
Expand All @@ -118,5 +120,5 @@
}
}
\in inP (H, \lam {W} Wo Wc => inP {?})

-}
}

0 comments on commit 8f92f9e

Please sign in to comment.