Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Function choose
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Hoang Le Truong  
View profile  
 More options Aug 3 2009, 1:41 am
From: Hoang Le Truong <gogobach...@gmail.com>
Date: Sun, 2 Aug 2009 22:41:36 -0700 (PDT)
Local: Mon, Aug 3 2009 1:41 am
Subject: Function choose
hi everybody,
In Hol light, John definite the azim_def

I need show that the following lemma

  0 [`&0 <= theta1`]
  1 [`theta1 < theta 2`]
  2 [`theta2 <= &2 * pi`]
  3 [`theta1 = f_azim_fan x V E v u i`]
  4 [`theta2 = f_azim_fan x V E v u (i + 1)`]
  5 [`x''$1 > &0`]
  6 [`x''$2 > f_azim_fan x V E v u i`]
  7 [`x''$2 < f_azim_fan x V E v u (i + 1)`]
  8 [`x''$3 > &0`]
  9 [`x''$3 < h`]
 10 [`x' =
      x +
      (x''$1 * cos (x''$2) * sin (x''$3)) % e1_fan x v u +
      (x''$1 * sin (x''$2) * sin (x''$3)) % e2_fan x v u +
      (x''$1 * cos (x''$3)) % e3_fan x v u`]
`azim x v u x' = x''$2`
I use REWRITE_TAC[azim_def] we have

  0 [`&0 <= theta1`]
  1 [`theta1 < theta 2`]
  2 [`theta2 <= &2 * pi`]
  3 [`theta1 = f_azim_fan x V E v u i`]
  4 [`theta2 = f_azim_fan x V E v u (i + 1)`]
  5 [`x''$1 > &0`]
  6 [`x''$2 > f_azim_fan x V E v u i`]
  7 [`x''$2 < f_azim_fan x V E v u (i + 1)`]
  8 [`x''$3 > &0`]
  9 [`x''$3 < h`]
 10 [`x' =
      x +
      (x''$1 * cos (x''$2) * sin (x''$3)) % e1_fan x v u +
      (x''$1 * sin (x''$2) * sin (x''$3)) % e2_fan x v u +
      (x''$1 * cos (x''$3)) % e3_fan x v u`]

`(@theta. &0 <= theta /\
          theta < &2 * pi /\
          (?h1 h2.
               !e1 e2 e3.
                   orthonormal e1 e2 e3 /\
                   dist (v,x) % e3 = v - x /\
                   ~(v = x)
                   ==> (?psi r1 r2.
                            u - x =
                            (r1 * cos psi) % e1 +
                            (r1 * sin psi) % e2 +
                            h1 % (v - x) /\
                            x' - x =
                            (r2 * cos (psi + theta)) % e1 +
                            (r2 * sin (psi + theta)) % e2 +
                            h2 % (v - x) /\
                            (~collinear {x, v, u} ==> &0 < r1) /\
                            (~collinear {x, v, x'} ==> &0 < r2)))) =
 x''$2`

I use CONV_TAC SELECT_CONV but this is incorrect

I think that

function @ is function choose but is not uniquely
is this true?
thank you
Hoang Le Truong


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "FLYSPECK Function choose" by John R Harrison
John R Harrison  
View profile  
 More options Aug 3 2009, 12:13 pm
From: John R Harrison <jo...@ichips.intel.com>
Date: Mon, 03 Aug 2009 09:13:01 -0700
Local: Mon, Aug 3 2009 12:13 pm
Subject: Re: FLYSPECK Function choose

| I think that
|
| function @ is function choose but is not uniquely
| is this true?

That's correct: in general the meaning of `@x. P x` is just "some x
such that P x". If there is more than one element with property P,
then it's not predictable which one you get. (And if there is *no*
such element at all, you will get some element but it will not of
course satisfy P and you won't be able to prove much else about it.)
However, in cases where there is a unique element, you can use the
theorem SELECT_UNIQUE to prove that `@x. P x` is equal to something
else:

  |- !P x. (!y. P y <=> y = x) ==> (@) P = x

So in your goal, you might want to start with

  MATCH_MP_TAC SELECT_UNIQUE

I really ought to add this uniqueness property for azim as a lemma to
the existing collection of results in Multivariate/flyspeck.ml, since
it seems generally useful.

John.


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2010 Google