1 00:00:00,100 --> 00:00:02,370 What does the same mean? 2 00:00:02,370 --> 00:00:02,870 [NOISE] 3 00:00:09,760 --> 00:00:12,490 Equality is a subtle topic. 4 00:00:12,490 --> 00:00:20,010 The idea of four could just be conveyed by four dots, it could also be conveyed by. 5 00:00:20,010 --> 00:00:25,200 Upper case roman numerals, lower case roman numerals or a ton of other symbols 6 00:00:25,200 --> 00:00:27,750 that of been used in various times 7 00:00:27,750 --> 00:00:31,370 in and places throughout the world, throughout history. 8 00:00:32,560 --> 00:00:34,950 All of these mean the same thing. 9 00:00:34,950 --> 00:00:39,170 They all mean four. They're all in some sense equal. 10 00:00:39,170 --> 00:00:43,600 But that's just equality of, of symbols of, of shapes. 11 00:00:43,600 --> 00:00:47,960 It's something much more subtle happening for sequences. 12 00:00:47,960 --> 00:00:53,720 When are two sequences the same? Two sequences a and b are equal, they're 13 00:00:53,720 --> 00:01:00,690 the same, if they start at the same index, which I'll call big N and coresponding 14 00:01:00,690 --> 00:01:04,790 terms are the same. So that a sub n equals b sub n. 15 00:01:04,790 --> 00:01:08,830 Whenever n is bigger than or equal to that starting index. 16 00:01:08,830 --> 00:01:11,270 Let's see how this works out in practice. 17 00:01:11,270 --> 00:01:17,230 Well, here's one sequence, a sub n. Here's the sequence that starts 18 00:01:17,230 --> 00:01:24,420 with a 0th term, and is defined by the rule that its nth term is 2 to the N. 19 00:01:24,420 --> 00:01:25,990 And here's another sequence, 20 00:01:25,990 --> 00:01:31,800 B sub N. The sequence B sub N whose 0th term is 21 00:01:31,800 --> 00:01:37,570 defined to be 1 and subsequent terms will be calculated by referring 22 00:01:37,570 --> 00:01:43,600 back to previous terms so that the Nth term is twice the preceding term. 23 00:01:43,600 --> 00:01:47,830 These two sequences a sub n, and b sub n, they're the same. 24 00:01:47,830 --> 00:01:51,570 They're equal, but they're written down really differently. 25 00:01:51,570 --> 00:01:56,480 Alright, this sequence b sub n, is defined recursively and the sequence a 26 00:01:56,480 --> 00:02:00,400 sub n is just defined by a single formula in terms of n. 27 00:02:00,400 --> 00:02:03,840 They both start with a term labelled 0. 28 00:02:03,840 --> 00:02:07,790 And corresponding terms have the same value. 29 00:02:07,790 --> 00:02:13,150 A sub zero is two to the 0 using this formula which is one. 30 00:02:13,150 --> 00:02:15,513 And that's the same as b sub 0. 31 00:02:17,320 --> 00:02:22,290 B sub 1, is using this for a cursive formula, twice b sub 32 00:02:22,290 --> 00:02:27,750 0, b sub 0 is 1, so b sub 1 is 2 times 1 which is 2. 33 00:02:27,750 --> 00:02:35,790 And that's the same as a sub 1 which is, using this formula, 2 to the first power. 34 00:02:35,790 --> 00:02:37,690 And that patterns continues. 35 00:02:37,690 --> 00:02:41,380 These two sequences both start with a 0 term. 36 00:02:42,450 --> 00:02:46,660 And each term of a sub n is twice the preceding term. 37 00:02:46,660 --> 00:02:50,820 Which is exactly the recursive definition that I'm giving for b. 38 00:02:50,820 --> 00:02:53,900 So a sub a thousand equals b sub of a thousand. 39 00:02:53,900 --> 00:02:56,170 A sub a million b sub of a million. 40 00:02:56,170 --> 00:03:00,610 A sub anything equals b sub the corresponding thing. 41 00:03:00,610 --> 00:03:08,330 So the sequence a sub n and the sequence b sub n, these two sequences. 42 00:03:10,440 --> 00:03:10,440 [SOUND] 43 00:03:10,440 --> 00:03:13,450 Are equal as sequences. 44 00:03:13,450 --> 00:03:17,900 Quality isn't about outside appearances, it's what's inside that matters. 45 00:03:17,900 --> 00:03:22,620 It's the same for sequences. Two sequences are equal not if they've got 46 00:03:22,620 --> 00:03:28,669 the same outside form, but if their corresponding terms have the same value. 47 00:03:36,830 --> 00:03:37,430 You. 48 00:03:37,430 --> 00:03:37,430 [NOISE]