We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40a9fe9 commit afd6572Copy full SHA for afd6572
src/util/mathFact.js
@@ -153,6 +153,8 @@ const facts = [
153
"A matrix and its transpose have the same rank.",
154
"A midpoint convex function is not necessarily convex, but a strictly midpoint convex function is strictly convex.",
155
"A set is convex iff its indicator function is a convex function. (Indicator function is infinite off the set.)",
156
+ "Every C^1 differential structure on a manifold can be uniquely smoothed to a C^∞ differential structure.",
157
+ "The Hilbert transform is an anti-involution, i.e. H(H(u)) = -u.",
158
];
159
160
/**
0 commit comments