Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Application of s-finite kernels to program semantics #912

Draft
wants to merge 28 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
09493ca
probabilistic language using mca's kernels
affeldt-aist Apr 12, 2023
66dc2b8
syntax and denotational semantics
AyumuSaito Feb 14, 2023
11d140e
rm duplicate, more uniform naming
affeldt-aist Sep 16, 2023
400a16b
add binary operations
AyumuSaito Sep 23, 2023
18579c7
minor fixes, updates, rebases
affeldt-aist Oct 10, 2023
e09a2f8
casino example and extensions
AyumuSaito Feb 14, 2023
5aac751
bernoulli_trunc measurable
affeldt-aist Jan 9, 2024
35084a9
add Nat and 0<=p<=1 problem
AyumuSaito Jan 12, 2024
d76b307
progress
affeldt-aist Jan 16, 2024
409ae90
minor fixes
AyumuSaito Feb 14, 2023
58f525b
several admits proved
affeldt-aist Jan 16, 2024
d9b0061
definition beta
AyumuSaito Jan 18, 2024
6d5a467
fix
affeldt-aist Feb 15, 2024
b2b1272
write casino (wip)
AyumuSaito Feb 16, 2024
a2b6d29
WIP
affeldt-aist Feb 20, 2024
40717f9
progress in proving the casino exampl
AyumuSaito Feb 20, 2024
a39e8da
admit about fact and adjustment of exp but casino broken
affeldt-aist Feb 27, 2024
b5eccf8
fix
AyumuSaito Feb 27, 2024
6eddb6d
minor progress
affeldt-aist Mar 1, 2024
11bc44a
casion example (wip)
AyumuSaito Mar 6, 2024
bb21442
complete the casino example
affeldt-aist Mar 24, 2024
a01697f
shorter measurability proofs
affeldt-aist May 5, 2024
9a45bcd
cleaning/rebase
affeldt-aist May 8, 2024
878a3ec
wip
affeldt-aist Feb 14, 2023
97debb4
beta_bdf_uniq_ae
IshiguroYoshihiro Aug 25, 2024
5a0a0c4
integral_indicator_function
IshiguroYoshihiro Sep 18, 2024
d76fb0e
fix
IshiguroYoshihiro Sep 18, 2024
cdd9ed2
cleaning
affeldt-aist Sep 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions _CoqProject
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ theories/convex.v
theories/charge.v
theories/kernel.v
theories/showcase/uniform_bigO.v
theories/prob_lang.v
theories/prob_lang_wip.v
theories/lang_syntax_util.v
theories/lang_syntax_toy.v
theories/lang_syntax.v
theories/lang_syntax_examples.v
theories/lang_syntax_table_game.v
theories/altreals/xfinmap.v
theories/altreals/discrete.v
theories/altreals/realseq.v
Expand Down
2 changes: 2 additions & 0 deletions coq-mathcomp-analysis.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ depends: [
"coq-mathcomp-solvable" { (>= "2.0.0") | (= "dev") }
"coq-mathcomp-field"
"coq-mathcomp-bigenough" { (>= "1.0.0") }
"coq-mathcomp-algebra-tactics" { (>= "1.2.3") }
"coq-mathcomp-zify" { (>= "1.5.0") }
]

tags: [
Expand Down
7 changes: 7 additions & 0 deletions theories/Make
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ charge.v
kernel.v
all_analysis.v
showcase/uniform_bigO.v
prob_lang.v
prob_lang_wip.v
lang_syntax_util.v
lang_syntax_toy.v
lang_syntax.v
lang_syntax_examples.v
lang_syntax_table_game.v
altreals/xfinmap.v
altreals/discrete.v
altreals/realseq.v
Expand Down
Loading
Loading