Upload 4 files
Browse files
.gitattributes
CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
De_Rham_Cohomology_of_smooth_manifolds.pdf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
Distributions,_elliptic-regularity,_and_applications_to_PDEs.pdf filter=lfs diff=lfs merge=lfs -text
|
De_Rham_Cohomology_of_smooth_manifolds.cpp
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#include <satisfier>
|
2 |
+
#include <string>
|
3 |
+
|
4 |
+
bool is_topological_space(const std::string& M)
|
5 |
+
{
|
6 |
+
bool is_topological_space = false;
|
7 |
+
|
8 |
+
// use M string to compute is_topological_space
|
9 |
+
|
10 |
+
return is_topological_space;
|
11 |
+
}
|
12 |
+
|
13 |
+
int main()
|
14 |
+
{
|
15 |
+
// supposed A_topological_space_M, topological_space function
|
16 |
+
Suppose_literal (A_topological_space_M, is_topological_space("M string"));
|
17 |
+
|
18 |
+
// like above, you may create a function for each literal below
|
19 |
+
Suppose_literal (M_is_Hausdorff, true);
|
20 |
+
Suppose_literal (Points_can_be_seperated_by_open_sets, true);
|
21 |
+
Suppose_literal (M_is_second_countable, true);
|
22 |
+
Suppose_literal (M_has_a_countable_topological_base, true);
|
23 |
+
Suppose_literal (p_is_element_of_M, true);
|
24 |
+
Suppose_literal (U_is_proper_subset_of_M, true);
|
25 |
+
Suppose_literal (V_is_subset_of_real_coordinate_space_of_dimension_n, true);
|
26 |
+
Suppose_literal (For_all_p_there_is_an_open_neighbourhood_U, true);
|
27 |
+
Suppose_literal (U_is_homeomorphic_to_an_open_subset_V, true);
|
28 |
+
|
29 |
+
auto manifold_of_dimension_n = M_is_Hausdorff. And (Points_can_be_seperated_by_open_sets).
|
30 |
+
And (M_is_second_countable). And (M_has_a_countable_topological_base). And (p_is_element_of_M).
|
31 |
+
And (U_is_proper_subset_of_M). And (V_is_subset_of_real_coordinate_space_of_dimension_n).
|
32 |
+
And (For_all_p_there_is_an_open_neighbourhood_U). And (U_is_homeomorphic_to_an_open_subset_V).
|
33 |
+
Implying (A_topological_space_M);
|
34 |
+
|
35 |
+
// like above, you may create a function for each literal below
|
36 |
+
Suppose_literal (Let_M_be_a_manifold_of_dimension_n, manifold_of_dimension_n. Value());
|
37 |
+
Suppose_literal (A_pair_U_psi_where_U_is_element_of_M_is_open, true);
|
38 |
+
Suppose_literal (psi_maps_U_to_V_a_homeomorphism_to_some_open_V, true);
|
39 |
+
|
40 |
+
auto chart = Let_M_be_a_manifold_of_dimension_n. And (A_pair_U_psi_where_U_is_element_of_M_is_open).
|
41 |
+
And (psi_maps_U_to_V_a_homeomorphism_to_some_open_V);
|
42 |
+
|
43 |
+
|
44 |
+
return 0;
|
45 |
+
}
|
De_Rham_Cohomology_of_smooth_manifolds.pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5be02bc7e76b9cf6a93f6cd822f5344a4071a60fcd93d0ee792ef8ea21f33b6
|
3 |
+
size 620987
|
Distributions,_elliptic-regularity,_and_applications_to_PDEs.cpp
ADDED
File without changes
|
Distributions,_elliptic-regularity,_and_applications_to_PDEs.pdf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2123b69042d94d41cc7b94e04cf6fc3e7970e4bd0c7a9793992acf05499e5ba7
|
3 |
+
size 4036261
|