Skip to content

Commit bd05cbc

Browse files
committed
Fill finite additivity of counting measure.
1 parent 245b2e1 commit bd05cbc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Analysis/MeasureTheory/Section_1_4_3.lean

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ noncomputable def FinitelyAdditiveMeasure.counting (X:Type*) : FinitelyAdditiveM
123123
measure := fun E => ENat.card E
124124
measure_pos := by sorry
125125
measure_empty := by sorry
126-
measure_finite_additive := by sorry
126+
measure_finite_additive := fun E F _ _ hdisj =>
127+
(ENat.card_union_eq_add_card_of_disjoint hdisj).symm
127128
}
128129

129130
/-- Exercise 1.4.20(i) -/

0 commit comments

Comments
 (0)