Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged coq

0 votes
706 views
1 answer
    I am proving theorem about finding in a list. I got stuck at proving that if you actually found something ... com/questions/65843830/theorem-that-finding-in-a-list-works-properly...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
611 views
1 answer
    I am working upon formalization of groups theory in coq. I have 2 files: groups.v - contains ... questions/65908229/error-when-referencing-type-variable-from-another-file...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
675 views
1 answer
    In Ilya Sergey's Programs and Proofs, ssrnat's command .+1 is introduced and used for defining some ... :https://stackoverflow.com/questions/65931381/printing-ssrnats-1-definition...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
659 views
1 answer
    following is the one I'm having trouble with. Lemma sum_asc_dec_eq : forall k1 n , addmem_list( k1) = n -> addmem_list( ... elements-of-a-list-l-is-equal-to-n-sortascend-n-is-e...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
565 views
1 answer
    I want to prove the following lemma. I am calling two functions, one is (f_value) defined below. ... questions/65599017/how-to-simplify-counting-relation-between-natural-numbers...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
700 views
1 answer
    I am learning coq and am trying to prove equalities in peano arithmetic. (我正在学习coq,并试图证明Peano算术中的相等性 ) I got stuck on a ... 档的长期研究,我没有找到答案 ) ask by Falco Winkler translate from so...
asked Mar 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
717 views
1 answer
    I am learning coq and am trying to prove equalities in peano arithmetic. (我正在学习coq,并试图证明Peano算术中的相等性 ) I got stuck on a ... 档的长期研究,我没有找到答案 ) ask by Falco Winkler translate from so...
asked Mar 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
589 views
1 answer
    I am learning coq and am trying to prove equalities in peano arithmetic. (我正在学习coq,并试图证明Peano算术中的相等性 ) I got stuck on a ... 档的长期研究,我没有找到答案 ) ask by Falco Winkler translate from so...
asked Feb 21, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
591 views
1 answer
    I want to prove the following lemma. I am calling two functions, one is (f_value) defined below.Second one is l_count - it requires two input ... -> (0 = f_value ((S n) l + S p)l)....
asked Feb 19, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
663 views
1 answer
    I was able to get coqdoc to print forall as Π, using (** printing forall %Π% #Π# *). However, it is a pain to add ... are not part of ASCII. That may have something to do with it....
asked Feb 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
567 views
1 answer
    I was able to get coqdoc to print forall as Π, using (** printing forall %Π% #Π# *). However, it is a pain to add ... are not part of ASCII. That may have something to do with it....
asked Feb 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
548 views
1 answer
    I was able to get coqdoc to print forall as Π, using (** printing forall %Π% #Π# *). However, it is a pain to add ... are not part of ASCII. That may have something to do with it....
asked Feb 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
549 views
1 answer
    One finds that Setoids are widely used in languages such as Agda, Coq, ... Indeed languages such as Lean have argued ... HoTT (such as cubical Agda) reduce the need for Setoids?...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
757 views
1 answer
    One finds that Setoids are widely used in languages such as Agda, Coq, ... Indeed languages such as Lean have argued ... HoTT (such as cubical Agda) reduce the need for Setoids?...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...