Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8926905
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T08:05:56+00:00 2026-06-15T08:05:56+00:00

I am currently working through the book Software Foundations . When theorems are defined,

  • 0

I am currently working through the book Software Foundations. When theorems are defined, I often see chains of implications where I believe conjunctions would make more sense. For example, in defining the pigeonhole principle, the authors write:

Theorem pigeonhole_principle: ∀{X:Type} (l1 l2:list X),
  excluded_middle →
  (∀x, appears_in x l1 → appears_in x l2) →
  length l2 < length l1 →
  repeats l1.

This definition would make more sense to me if it looked more like this:

Theorem pigeonhole_principle: ∀{X:Type} (l1 l2:list X),
  (excluded_middle /\
  (∀x, appears_in x l1 → appears_in x l2) /\
  length l2 < length l1) →
  repeats l1.

Why is the first version correct? Why wouldn’t conjunctions be more appropriate?

That is just an example. More generally, I am asking why conjunctions seem to be shunned in favor of chains of implications in coq.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T08:05:57+00:00Added an answer on June 15, 2026 at 8:05 am

    This is the theorem-prover version of function currying.

    To summarise, the two expressions are both correct (they are equivalent).

    One says: Give me an “excluded middle”. Now give me hypothesis 2. Now give me hypothesis 3. Okay, here is a property “repeats l1”.

    The other says: Give me an “excluded middle”, and hypothesis 2, and hypothesis 3. Okay, here is a property “repeats l1”.

    Users and implementers of proof assistants such as Coq are also functional programmers and the curried version is as natural for them as the uncurried one.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm currently working through some exercises in a c++ book, which uses text based
I am currently working through the Gregory Brown Ruby Best Practices book. Early on,
I am currently working through a book on algorithm design and came across a
I'm currently working my way through this book: http://www1.idc.ac.il/tecs/ I'm currently on a section
I'm working through a jQuery book and am currently on the chapter of table
I am currently working through the Well Grounded Rubyist. Great book so far. I
I'm working through the exercises in the K&R book. Currently I'm stuck at exercise
I'm currently working my way through the book Teach Yourself Android Application Development in
I am going through Zed Shaw's Python Book. I am currently working on the
I am currently working my way through the Apress ASP.NET MVC2 book, and I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.