代写Project Real Analysis调试R语言程序

Project

Real Analysis

due: Friday, 25 July 2025

Overview: The Project counts for 10% of your course grade, and is meant to enrich your understanding of the material covered in the lectures. There are multiple options for the project; each options allows you to create mathematical content using a different medium. The project will be graded according to displayed effort and mathematical accuracy.

Instructions: Choose one of the project options by 11:59pm ET on Sunday, 6 July by completing the “Project Choice Assignment” in the Module 5 folder on Canvas. Complete the project and upload your work by 11:59pm ET on Friday, 25 July by completing the “Project Submission Assignment” in the Module 8 folder on Canvas.

Option 1: The Paper. Choose one of the topics below; independently research the topic and write a 3 page “math paper” that includes the following:

1. A brief history of the topic.

2. A mathematically precise definition or construction.

3. Several mathematical facts concerning the topic, formated in terms of propositions and/or theorems.

4. Related mathematical ideas you discover during your research.

Your paper should include at least one proof; more are preferred. You should properly cite any reference sources. I recommend writing your paper using LaTeX, but any document editing software that allows for mathematical expressions is acceptable.

I recommend this option to any student who wants to expand the breadth of their mathematical understanding and study a topic related to, but not directly covered in, the course.

Topics:

1. The construction of the Real Numbers.

2. Cardinality; the different “sizes of infinity”.

3. The Axiom of Choice.

4. The Cantor set.

5. Pathological functions (nowhere-differentiable function, space-filling curves, etc.).

6. The Rearrangement Theorem for conditionally convergent infinite series.

7. Cesaro and Abel summability.

8. Connectedness and Path-connectness.

9. Measure Theory.

10. Sequences and Series of Functions (there is a lot to research here; choose some subset of the facts you find).

11. Fourier Series.

12. Another topic you find interesting and get approved by me.

Option 2: The Lecture. Choose a lecture from the course, or choose parts of several lectures that together form. a coherent train of mathematical thought. Create a virtual lecture, similar to the ones I produced for the course, that discusses the material you choose. Your lecture should be at least 45 minutes in length, in which you introduce at least one definition, provide at least one example, and prove at least one important proposition or theorem. Your video/audio quality need not be excellent, but you should practice your lecture and/or edit your recording so the final product could be used by a classmate in order to learn the material you discuss. You can prepare your visual content using Powerpoint, a virtual whiteboard (as I do), or something similar.

I recommend this option to any student that wants to improve upon their mathematical communication and “develop their mathematical voice”.

Option 3: The Problems. Solve the following three exercises; each guides you through the proof of an important theorem or idea from Real Analysis. Type your solutions using LaTeX; I suggest using Overleaf to do so. Your solutions should leave no mathematical stone unturned - this is your opportunity to demonstrate your proving skills!

Next, choose one of the problems and record a 10-15 minute virtual presentation (using Zoom, Youtube, etc.) in which you discuss your proof. You should mention definitions and theorems from the course that are relevant to the problem and your solutions, and justify the steps of your proof so that a classmate who didn’t choose this project option could easily follow along and understand the details of the proof. You can prepare your visual content using Powerpoint, a virtual whiteboard (as I do), or something similar.

I recommend this option to any student who wants to expand the depth of their mathematical under-standing and study important consequences of the material covered in the course.

1. In this problem, we prove a special case of the Contraction Mapping Theorem; this is arguably the most important result we’ve yet encountered in mathematics. First we prepare for the proof with some preliminary results.

(a) Suppose f is continuous and that the sequence

x, f(x), f(f(x)), f(f(f(x))), ...

converges to l. Prove that l is a fixed point of f, i.e., that f(l) = l.

(b) Show that if c ≠ 1 then

(c) Suppose that |c| < 1. Prove that

(d) Suppose that {xn} is a sequence satisfying |xn − xn+1| ≤ c n for some 0 < c < 1. Prove that {xn} is a Cauchy sequence.

Now we prove the theorem. Argue carefully!

Theorem. Suppose f : R → R is a contraction, i.e., f satisfies

|f(x) − f(y)| ≤ c|x − y|   for all x, y ∈ R

for some c < 1. Then f has a unique fixed point, i.e., there exists exactly one x0 ∈ R such that f(x0) = x0.

(e) Suppose f is a contraction with associated contraction constant c < 1. Prove that f is continu-ous.

(f) Prove uniqueness of a fixed point, i.e., prove that f has at most one fixed point.

(g) Prove existence of a fixed point, i.e., prove that f does have a fixed point. You should consider the sequence

x, f(x), f(f(x)), ...

for an arbitrarily chosen x ∈ R.

2. In this problem we’ll prove that every continuous function is integrable. In order to prove integrability we’ll need a stronger version of continuity.

A function f is said to be uniformly continuous on A if for every ϵ > 0 there exists a δ > 0 such that for all x, y ∈ A if |x − y| < δ then |f(x) − f(y)| < ϵ.

The difference between uniform. continuity and regular continuity is that in uniform. continuity the δ does not depend on x, i.e., the same δ should work in the definition of continuity for all x ∈ A.

(a) Prove that if f is uniformly continuous then f is continuous.

(b) Prove that f(x) = x is uniformly continuous on R.

(c) Prove that f(x) = x2 is uniformly continuous on [0, 1] but not uniformly continuous on the real line R.

(d) Prove that f(x) = x/1 is not uniformly continuous on (0, 1].

(e) Prove that if f : A → R is continuous and A is compact, then f is uniformly continuous on A.

(f) Let f be continuous (and hence uniformly continuous) on [a, b]. Prove that for all ϵ > 0 there exists a partition P of [a, b] such that U(f, P) − L(f, P) < ϵ. Conclude that f is integrable on [a, b].

3. Working with integrable functions is challenging because they need not be continuous. In this exercise we investigate step functions, which are easy to work with and closely approximate integrable functions. They are frequently used in mathematical analysis!

A function s : [a, b] → R is step function if there is a partition P = {t0, ..., tn} of [a, b] such that s is constant on each (ti−1, ti). The values of s at each ti may be arbitrary.

(a) Show that if s1 and s2 are step functions on [a, b], then s1 + s2 is as well.

(b) Prove directly from the definition of step functions and of the integral (i.e., using Proposition 7.20 (2)) that 

(c) Prove that if f is integrable on [a, b], then for any ϵ > 0 there is a step function s1 ≤ f with  and also a step function s2 ≥ f with 

(d) Suppose that for all ϵ > 0 there are step functions s1 ≤ f and s2 ≥ f such that  Prove that f is integrable.

(e) Use the above to provide an alternate proof of Proposition 7.20 (2). Your proof should not involve upper/lower sums.

(f) One application of step functions is that we can approximate integrable functions with contin-uous functions. Prove that if f is integrable on [a, b] then for any ϵ > 0 there are continuous functions g ≤ f ≤ h with  You should use part (c) to get started; if you find the construction of your continuous functions to be challenging, try drawing some pictures to help motivate yourself.

Option 4: The Wild Card. Come up with your own project. If you choose this option, you should get your project idea approved by me by the end of Module 5 so you have time to complete it.





热门主题

课程名

mktg2509 csci 2600 38170 lng302 csse3010 phas3226 77938 arch1162 engn4536/engn6536 acx5903 comp151101 phl245 cse12 comp9312 stat3016/6016 phas0038 comp2140 6qqmb312 xjco3011 rest0005 ematm0051 5qqmn219 lubs5062m eee8155 cege0100 eap033 artd1109 mat246 etc3430 ecmm462 mis102 inft6800 ddes9903 comp6521 comp9517 comp3331/9331 comp4337 comp6008 comp9414 bu.231.790.81 man00150m csb352h math1041 eengm4100 isys1002 08 6057cem mktg3504 mthm036 mtrx1701 mth3241 eeee3086 cmp-7038b cmp-7000a ints4010 econ2151 infs5710 fins5516 fin3309 fins5510 gsoe9340 math2007 math2036 soee5010 mark3088 infs3605 elec9714 comp2271 ma214 comp2211 infs3604 600426 sit254 acct3091 bbt405 msin0116 com107/com113 mark5826 sit120 comp9021 eco2101 eeen40700 cs253 ece3114 ecmm447 chns3000 math377 itd102 comp9444 comp(2041|9044) econ0060 econ7230 mgt001371 ecs-323 cs6250 mgdi60012 mdia2012 comm221001 comm5000 ma1008 engl642 econ241 com333 math367 mis201 nbs-7041x meek16104 econ2003 comm1190 mbas902 comp-1027 dpst1091 comp7315 eppd1033 m06 ee3025 msci231 bb113/bbs1063 fc709 comp3425 comp9417 econ42915 cb9101 math1102e chme0017 fc307 mkt60104 5522usst litr1-uc6201.200 ee1102 cosc2803 math39512 omp9727 int2067/int5051 bsb151 mgt253 fc021 babs2202 mis2002s phya21 18-213 cege0012 mdia1002 math38032 mech5125 07 cisc102 mgx3110 cs240 11175 fin3020s eco3420 ictten622 comp9727 cpt111 de114102d mgm320h5s bafi1019 math21112 efim20036 mn-3503 fins5568 110.807 bcpm000028 info6030 bma0092 bcpm0054 math20212 ce335 cs365 cenv6141 ftec5580 math2010 ec3450 comm1170 ecmt1010 csci-ua.0480-003 econ12-200 ib3960 ectb60h3f cs247—assignment tk3163 ics3u ib3j80 comp20008 comp9334 eppd1063 acct2343 cct109 isys1055/3412 math350-real math2014 eec180 stat141b econ2101 msinm014/msing014/msing014b fit2004 comp643 bu1002 cm2030
联系我们
EMail: 99515681@qq.com
QQ: 99515681
留学生作业帮-留学生的知心伴侣!
工作时间:08:00-21:00
python代写
微信客服:codinghelp
站长地图